downgrade nixpkgs to 22.05

This commit is contained in:
Tim Schubert 2022-06-15 17:47:15 +02:00
parent 91dca194ec
commit 9758807078
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -298,16 +298,16 @@
}, },
"myNixpkgs": { "myNixpkgs": {
"locked": { "locked": {
"lastModified": 1655130522, "lastModified": 1655200170,
"narHash": "sha256-5dzlxE4okyu+M39yeVtHWQXzDZQxFF5rUB1iY9R6Lb4=", "narHash": "sha256-/yzkX+10sJhYNIcTtZ5ObS+nh/HrJp01XLaubzbRDcU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "13f08d71ceff5101321e0291854495a1ec153a5e", "rev": "9ff91ce2e4c5d70551d4c8fd8830931c6c6b26b8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-22.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,7 +2,7 @@
description = "dadada's nix flake"; description = "dadada's nix flake";
inputs = { inputs = {
myNixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; myNixpkgs.url = github:NixOS/nixpkgs/nixos-22.05;
flake-utils.url = github:numtide/flake-utils; flake-utils.url = github:numtide/flake-utils;
home-manager = { home-manager = {
url = github:nix-community/home-manager; url = github:nix-community/home-manager;