diff --git a/flake.lock b/flake.lock index a9b5b66..bd55788 100644 --- a/flake.lock +++ b/flake.lock @@ -1958,16 +1958,16 @@ }, "stable": { "locked": { - "lastModified": 1655770856, - "narHash": "sha256-GZRIyHjuCbOl0UA8ClKmyRxZkCQEh/rsvU0otH037BU=", + "lastModified": 1655729248, + "narHash": "sha256-5GrrkHaXknG1M4lYskTR3H9Ghzdmdhp8LhFL9xEKwtU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "63198c9ccefdbd337cef0d85db0ea2689f4ce418", + "rev": "d423c0ce15adf573c2045bef5c921b958b674bb4", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-21.11", + "ref": "nixos-22.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8ca7027..a618e43 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { # --- DevOS Flake Inputs # # --- Channels --- - stable.url = "github:nixos/nixpkgs/nixos-21.11"; + stable.url = "github:nixos/nixpkgs/nixos-22.05"; nixos.url = "github:nixos/nixpkgs/nixos-unstable"; latest.url = "github:nixos/nixpkgs"; fork.url = "github:Infinidoge/nixpkgs";