mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Flake] cleanup
This commit is contained in:
parent
d4234b7371
commit
0d7a4f69e3
1 changed files with 1 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs-22_11.url = "github:NixOS/nixpkgs/nixos-22.11";
|
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
|
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
|
||||||
|
|
@ -10,11 +9,6 @@
|
||||||
fps.url = "github:wamserma/flake-programs-sqlite";
|
fps.url = "github:wamserma/flake-programs-sqlite";
|
||||||
fps.inputs.nixpkgs.follows = "nixpkgs";
|
fps.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
|
||||||
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus";
|
|
||||||
|
|
||||||
sddm-unstable = {
|
sddm-unstable = {
|
||||||
url = "github:sddm/sddm/develop";
|
url = "github:sddm/sddm/develop";
|
||||||
flake = false;
|
flake = false;
|
||||||
|
|
@ -23,11 +17,11 @@
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{ self
|
inputs@{ self
|
||||||
#, flake-utils-plus
|
|
||||||
, nixpkgs
|
, nixpkgs
|
||||||
, nur
|
, nur
|
||||||
, nixpkgs-unstable
|
, nixpkgs-unstable
|
||||||
, fps
|
, fps
|
||||||
|
, sddm-unstable
|
||||||
, ...
|
, ...
|
||||||
}: let
|
}: let
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue