switch to nixpkgs master

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-08 11:46:38 +01:00
parent fe7c66efa1
commit 8a2029a792
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 4 additions and 5 deletions

View file

@ -637,16 +637,15 @@
},
"nixpkgs_6": {
"locked": {
"lastModified": 1657114324,
"narHash": "sha256-fWuaUNXrHcz/ciHRHlcSO92dvV3EVS0GJQUSBO5JIB4=",
"lastModified": 1657276131,
"narHash": "sha256-6uymnlqkliJVIfYxb4Yz4UZBUFCLFSlbRbORIVfXvyo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a5c867d9fe9e4380452628e8f171c26b69fa9d3d",
"rev": "80ffac409746c8b3d0696ee96cc25ccf7ac22a27",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "Lottes nix packages";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-21.11";
flake-utils.url = "github:numtide/flake-utils";