summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.lock2
-rw-r--r--flake.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index c4641c9..9008184 100644
--- a/flake.lock
+++ b/flake.lock
@@ -85,7 +85,7 @@
85 }, 85 },
86 "original": { 86 "original": {
87 "owner": "NixOS", 87 "owner": "NixOS",
88 "ref": "release-20.09", 88 "ref": "nixos-20.09",
89 "repo": "nixpkgs", 89 "repo": "nixpkgs",
90 "type": "github" 90 "type": "github"
91 } 91 }
diff --git a/flake.nix b/flake.nix
index dd96e4b..e4ac862 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
1{ 1{
2 description = "My NixOS configurations"; 2 description = "My NixOS configurations";
3 3
4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-20.09"; 4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09";
5 inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; 5 inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
6 inputs.flake-utils.url = "github:numtide/flake-utils"; 6 inputs.flake-utils.url = "github:numtide/flake-utils";
7 inputs.home-manager = { 7 inputs.home-manager = {