summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.lock16
-rw-r--r--flake.nix4
2 files changed, 10 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index ef50e8b..05ef1ec 100644
--- a/flake.lock
+++ b/flake.lock
@@ -22,16 +22,16 @@
22 ] 22 ]
23 }, 23 },
24 "locked": { 24 "locked": {
25 "lastModified": 1638281721, 25 "lastModified": 1639871969,
26 "narHash": "sha256-d3vAVFG6zov9NwjSuYntBiD+I5KjJLwX09c7uAzbONI=", 26 "narHash": "sha256-6feWUnMygRzA9tzkrfAzpA5/NBYg75bkFxnqb1DtD7E=",
27 "owner": "nix-community", 27 "owner": "nix-community",
28 "repo": "home-manager", 28 "repo": "home-manager",
29 "rev": "7329ffc6e911106494183557fc249180d5422929", 29 "rev": "697cc8c68ed6a606296efbbe9614c32537078756",
30 "type": "github" 30 "type": "github"
31 }, 31 },
32 "original": { 32 "original": {
33 "owner": "nix-community", 33 "owner": "nix-community",
34 "ref": "release-21.05", 34 "ref": "release-21.11",
35 "repo": "home-manager", 35 "repo": "home-manager",
36 "type": "github" 36 "type": "github"
37 } 37 }
@@ -54,16 +54,16 @@
54 }, 54 },
55 "nixpkgs": { 55 "nixpkgs": {
56 "locked": { 56 "locked": {
57 "lastModified": 1639130158, 57 "lastModified": 1639891440,
58 "narHash": "sha256-/5a/7J3AE5ATzB3HdFZ9C9VlPbUK5bIGsRX7veSujXA=", 58 "narHash": "sha256-FJxa6ObwOQKZy3VhwN5bJRzX+MV/Yq9WLHK/4jlPKrs=",
59 "owner": "NixOS", 59 "owner": "NixOS",
60 "repo": "nixpkgs", 60 "repo": "nixpkgs",
61 "rev": "3b422991781220853035dbe353ba8b7cb279b6b3", 61 "rev": "e6377ff35544226392b49fa2cf05590f9f0c4b43",
62 "type": "github" 62 "type": "github"
63 }, 63 },
64 "original": { 64 "original": {
65 "owner": "NixOS", 65 "owner": "NixOS",
66 "ref": "nixos-21.05", 66 "ref": "nixos-21.11",
67 "repo": "nixpkgs", 67 "repo": "nixpkgs",
68 "type": "github" 68 "type": "github"
69 } 69 }
diff --git a/flake.nix b/flake.nix
index f613fad..4341c03 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,11 +1,11 @@
1{ 1{
2 description = "My NixOS configurations"; 2 description = "My NixOS configurations";
3 3
4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; 4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
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 = {
8 url = "github:nix-community/home-manager/release-21.05"; 8 url = "github:nix-community/home-manager/release-21.11";
9 inputs.nixpkgs.follows = "nixpkgs"; 9 inputs.nixpkgs.follows = "nixpkgs";
10 }; 10 };
11 inputs.nur.url = "github:nix-community/NUR"; 11 inputs.nur.url = "github:nix-community/NUR";