Skip to content

Commit 5ede8a8

Browse files
committed
bump nixpkgs
1 parent 94ef8ad commit 5ede8a8

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
inputs ? import ./nix/inputs.nix,
33
system ? builtins.currentSystem,
4-
pkgs ? import inputs.nixpkgs."23.05" {
4+
pkgs ? import inputs.nixpkgs."25.05" {
55
config = { };
66
overlays = [ (import ./nix/overlay.nix) ];
77
inherit system;

npins/sources.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"repo": "nixpkgs"
99
},
1010
"branch": "nixpkgs-unstable",
11-
"revision": "3a05eebede89661660945da1f151959900903b6a",
12-
"url": "https://github.com/nixos/nixpkgs/archive/3a05eebede89661660945da1f151959900903b6a.tar.gz",
13-
"hash": "0n56l6v5k3lmrr4vjnp6xk1s46shkwdkvai05dzcbcabpl29yb9g"
11+
"revision": "fe51d34885f7b5e3e7b59572796e1bcb427eccb1",
12+
"url": "https://github.com/nixos/nixpkgs/archive/fe51d34885f7b5e3e7b59572796e1bcb427eccb1.tar.gz",
13+
"hash": "0pg3ibyagan1y57l1q1rwyrygrwg02p59p0fbgl23hf1nw58asda"
1414
},
1515
"poetry2nix": {
1616
"type": "Git",
@@ -20,11 +20,10 @@
2020
"repo": "poetry2nix"
2121
},
2222
"branch": "master",
23-
"revision": "fe0dcb4c9b44162a385f1170895fe6a392ed71b5",
24-
"url": "https://github.com/nix-community/poetry2nix/archive/fe0dcb4c9b44162a385f1170895fe6a392ed71b5.tar.gz",
25-
"hash": "0cxccm7hzcmizhbg79rdqimjndin98waibw824cmgzwwqkyzl9lv"
23+
"revision": "ce2369db77f45688172384bbeb962bc6c2ea6f94",
24+
"url": "https://github.com/nix-community/poetry2nix/archive/ce2369db77f45688172384bbeb962bc6c2ea6f94.tar.gz",
25+
"hash": "0xq52gq2920xnv7n8rchy3myxbijfpap8z0sd572ifla9dnpqzvi"
2626
}
2727
},
2828
"version": 3
29-
}
30-
29+
}

0 commit comments

Comments
 (0)