Compare commits

...

2 commits

Author SHA1 Message Date
274c79705c flake.lock: bump inputs 2025-05-03 15:38:02 +02:00
c668221808 nix/module.nix: add repl-flake to experimental features 2025-05-03 15:36:47 +02:00
2 changed files with 10 additions and 9 deletions

18
flake.lock generated
View file

@ -240,11 +240,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1745933300,
"narHash": "sha256-BJpxqZar6vrmv1MtZIjmBa7x+0HEP8kmYeFejz7m2uc=",
"lastModified": 1746193606,
"narHash": "sha256-LD3ce/SlIY8Wr8XG52EI5t9bNa/peBCXykIJBvcGmO8=",
"owner": "helix-editor",
"repo": "helix",
"rev": "1c32fb2d4df3f06f96ca33db7d9f9b15297c7f8d",
"rev": "12139a4c30ad20d9a1b181de69532a57601cf96f",
"type": "github"
},
"original": {
@ -379,11 +379,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1746018443,
"narHash": "sha256-8eC5ZKHil0fgK8cmYZcDZyhRU0XlgcYy2ggIGmLBUIU=",
"lastModified": 1746204835,
"narHash": "sha256-tJ34GENiaSYNP4Tll0GFMgXkcaeDpubCZNJWE6UxFhg=",
"owner": "hyprwm",
"repo": "hyprland",
"rev": "5d005f11fa218d26ed2cf6ce75cd9aac9c2c00e5",
"rev": "0c736217a787928a87224b2bf7e984c446d4fc22",
"type": "github"
},
"original": {
@ -660,11 +660,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1745930157,
"narHash": "sha256-y3h3NLnzRSiUkYpnfvnS669zWZLoqqI6NprtLQ+5dck=",
"lastModified": 1746141548,
"narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "46e634be05ce9dc6d4db8e664515ba10b78151ae",
"rev": "f02fddb8acef29a8b32f10a335d44828d7825b78",
"type": "github"
},
"original": {

View file

@ -97,6 +97,7 @@ in {
"flakes" # flakes
"nix-command" # experimental nix commands
"cgroups" # allow nix to execute builds inside cgroups
"repl-flake" # nh os repl needs this on lix
];
# Ensures that the result of Nix expressions is fully determined by