Unstable
This commit is contained in:
parent
996835d9a6
commit
68620847f3
|
@ -58,7 +58,7 @@
|
|||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
"nixpkgs-unstable"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
@ -470,7 +470,7 @@
|
|||
"format-all": "format-all",
|
||||
"nix-straight": "nix-straight",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
"nixpkgs-unstable"
|
||||
],
|
||||
"nose": "nose",
|
||||
"ob-racket": "ob-racket",
|
||||
|
|
12
flake.nix
12
flake.nix
|
@ -10,7 +10,12 @@
|
|||
};
|
||||
emacs = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
nix-doom-emacs = {
|
||||
url = "github:nix-community/nix-doom-emacs";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
inputs.emacs-overlay.follows = "emacs";
|
||||
};
|
||||
mozilla = {
|
||||
url = "github:mozilla/nixpkgs-mozilla";
|
||||
|
@ -32,11 +37,6 @@
|
|||
url = "github:PolyMC/PolyMC";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-doom-emacs = {
|
||||
url = "github:nix-community/nix-doom-emacs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.emacs-overlay.follows = "emacs";
|
||||
};
|
||||
java = {
|
||||
url = "github:nathans-flakes/java";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Reference in New Issue