Switch back to unstable

This commit is contained in:
Charlotte Van Petegem 2022-01-15 12:47:58 +01:00
parent cc16cc7d82
commit d3cf8878ac
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -92,16 +92,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1642150059, "lastModified": 1642104392,
"narHash": "sha256-qfaHY0RNlW2osN1NlMVdqDioJNi1pOvZ0xQgioa+D8Y=", "narHash": "sha256-m71b7MgMh9FDv4MnI5sg9MiBVW6DhE1zq+d/KlLWSC8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d4cc90aea59dfc7738532cd10266f607e3f76e05", "rev": "5aaed40d22f0d9376330b6fa413223435ad6fee5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable-small", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -15,7 +15,7 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
tetris = { tetris = {
url = "github:chvp/tetris"; url = "github:chvp/tetris";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";