aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-30 07:01:35 +0000
committerAkshay <[email protected]>2022-01-30 07:01:35 +0000
commitd8f8b6dc8a5c3789cf78e634899e629c7945a5a9 (patch)
treea638d8e969ec72fd4c4b965bfdc229abd0f8b2a9 /flake.nix
parent5b3cbc05e54231392420d08ab3a7f99f68488122 (diff)
upgrade to 22.05-pre
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 06ce985..dec2ba2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
2 description = "nerdypepper's nixos config"; 2 description = "nerdypepper's nixos config";
3 3
4 inputs = { 4 inputs = {
5 nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11"; 5 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
6 6
7 nixos-hardware.url = "github:nixos/nixos-hardware"; 7 nixos-hardware.url = "github:nixos/nixos-hardware";
8 8