[Can be unstable] Try use nixpkgs of the systems
Test if this version follow only nixpkgs used during nixos build from the flatpak.
This commit is contained in:
parent
28f255ee7c
commit
2c8ab5e48f
2 changed files with 6 additions and 9 deletions
13
flake.lock
generated
13
flake.lock
generated
|
@ -20,17 +20,14 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739446958,
|
"lastModified": 0,
|
||||||
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
|
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
|
||||||
"owner": "NixOS",
|
"path": "/nix/store/brjzz8wv5k09bq0yrvhc1j4hd8677k21-source",
|
||||||
"repo": "nixpkgs",
|
"type": "path"
|
||||||
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
|
|
||||||
"type": "github"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"id": "nixpkgs",
|
||||||
"repo": "nixpkgs",
|
"type": "indirect"
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
description = "Environnement de développement pour des modules noyaux Linux";
|
description = "Environnement de développement pour des modules noyaux Linux";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
nixpkgs.url = "nixpkgs";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue