diff options
| author | IogaMaster <[email protected]> | 2023-11-02 15:07:07 -0600 |
|---|---|---|
| committer | IogaMaster <[email protected]> | 2023-11-02 15:07:07 -0600 |
| commit | 0672207126c003d630a9248e1b5c8ec1ab0dfe77 (patch) | |
| tree | 733404bdd15d3c44fa00e4c7feca09389bff9c70 /flake.nix | |
| parent | Merge pull request #20 from IogaMaster/flake (diff) | |
| download | compfy-0672207126c003d630a9248e1b5c8ec1ab0dfe77.tar.xz compfy-0672207126c003d630a9248e1b5c8ec1ab0dfe77.zip | |
flake: Use nixpkgs-unstable and stop using url literals
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ { inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; - flake-utils.url = github:numtide/flake-utils; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, flake-utils, ... }: |