diff options
| author | Allusive <[email protected]> | 2023-11-03 08:08:15 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-03 08:08:15 +1100 |
| commit | 98b810fa355344966fdfa4ee40131b7cbd1aa74b (patch) | |
| tree | 733404bdd15d3c44fa00e4c7feca09389bff9c70 | |
| parent | Merge pull request #20 from IogaMaster/flake (diff) | |
| parent | flake: Use nixpkgs-unstable and stop using url literals (diff) | |
| download | compfy-98b810fa355344966fdfa4ee40131b7cbd1aa74b.tar.xz compfy-98b810fa355344966fdfa4ee40131b7cbd1aa74b.zip | |
Merge pull request #21 from IogaMaster/flake
flake: Use nixpkgs-unstable and stop using url literals
| -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, ... }: |