mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-04 21:43:15 -06:00
switch to new pinix flake
This commit is contained in:
parent
208e54b34c
commit
e84577560c
5 changed files with 9 additions and 30 deletions
28
flake.lock
28
flake.lock
|
@ -269,19 +269,18 @@
|
|||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"systems": "systems_3"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1707852451,
|
||||
"narHash": "sha256-6FkObpMDcQJ53Wfzs/uWzk9JapQQ72UuJ6DRrMDRbY0=",
|
||||
"owner": "daylinmorgan",
|
||||
"lastModified": 1708024475,
|
||||
"narHash": "sha256-D6rH2MD9yoslhA98cX9I3Ncf2J5JC6JMCh/837dTE4A=",
|
||||
"owner": "remi-dupre",
|
||||
"repo": "pinix",
|
||||
"rev": "f148a5dbc84e53dbcc1cb983bb80c65df620616d",
|
||||
"rev": "a488c0e7cf36b0a20fa8d237d5b3930ad7c5d3ce",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "daylinmorgan",
|
||||
"owner": "remi-dupre",
|
||||
"repo": "pinix",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -326,21 +325,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems_3": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"treefmt-nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
nix-eval-jobs.url = "github:nix-community/nix-eval-jobs";
|
||||
nix-eval-jobs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# https://github.com/remi-dupre/pinix/pull/2
|
||||
pinix.url = "github:daylinmorgan/pinix";
|
||||
pinix.url = "github:remi-dupre/pinix";
|
||||
pinix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
zk
|
||||
rclone
|
||||
quarto
|
||||
pinix
|
||||
];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
nix-output-monitor
|
||||
alejandra
|
||||
inputs.self.packages.${pkgs.system}.oizys
|
||||
inputs.pinix.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
|
|
|
@ -10,9 +10,5 @@
|
|||
(f: f != "default.nix")
|
||||
(builtins.attrNames (builtins.readDir ./.)));
|
||||
in {
|
||||
nixpkgs.overlays =
|
||||
defaultOverlays
|
||||
++ [
|
||||
inputs.pinix.overlays.default
|
||||
];
|
||||
nixpkgs.overlays = defaultOverlays;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue