aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllusive <[email protected]>2023-11-03 08:08:15 +1100
committerGitHub <[email protected]>2023-11-03 08:08:15 +1100
commit98b810fa355344966fdfa4ee40131b7cbd1aa74b (patch)
tree733404bdd15d3c44fa00e4c7feca09389bff9c70
parentMerge pull request #20 from IogaMaster/flake (diff)
parentflake: Use nixpkgs-unstable and stop using url literals (diff)
downloadcompfy-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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 95cefcb..4895511 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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, ... }: