aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorIogaMaster <[email protected]>2023-11-02 15:07:07 -0600
committerIogaMaster <[email protected]>2023-11-02 15:07:07 -0600
commit0672207126c003d630a9248e1b5c8ec1ab0dfe77 (patch)
tree733404bdd15d3c44fa00e4c7feca09389bff9c70 /flake.nix
parentMerge pull request #20 from IogaMaster/flake (diff)
downloadcompfy-0672207126c003d630a9248e1b5c8ec1ab0dfe77.tar.xz
compfy-0672207126c003d630a9248e1b5c8ec1ab0dfe77.zip
flake: Use nixpkgs-unstable and stop using url literals
Diffstat (limited to 'flake.nix')
-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, ... }: