switch to nixpkgs master
This commit is contained in:
parent
112011f766
commit
de251c5fdd
2 changed files with 4 additions and 5 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -98,16 +98,15 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1625697353,
|
"lastModified": 1626221774,
|
||||||
"narHash": "sha256-/v85RkZ0Z+lxipkG2sjYNRINktc8VySbLQmPbirY0hQ=",
|
"narHash": "sha256-in6vs5BcFs1XTC6NS7K8KtyYMB58ks5LtXV2LjOT4Dc=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "87807e64a5ef5206b745a40af118c7be8db73681",
|
"rev": "a22d0fb4cf1dbee4ccf2fdc10e9f53aaafdb1128",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-unstable",
|
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
|
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
|
||||||
secrets.url = "github:LavaDesu/flakes-secrets";
|
secrets.url = "github:LavaDesu/flakes-secrets";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue